ascii 13の例文
- The two exceptions to this rule are that an " escape " character ( ATASCII and ASCII 27 ) with its high order bit set becomes an " EOL " or " End Of Line " character ( ATASCII 155; ASCII 13 ), and a " clear screen " character ( ATASCII 125 ) with its high order bit set becomes a " bell " or " buzzer " character ( ATASCII 253; ASCII 7 ).
- Archimedes and later RISC OS machines use the vertical bar character | in place of the caret . e . g . | M ( pronounced " control M " ) is the carriage return character, ASCII 13 . | | is the vertical bar character code 124, | ? is character 127 as above and | ! adds 128 to the code of the following character, so | ! | ? is character code 128 + 127 = 255.